home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / win / edu / solar / solar.exe / 0 / RCDATA / TFRMVIEW / TFRMVIEW.txt < prev   
Text File  |  1997-11-30  |  15KB  |  616 lines

  1. object frmView: TfrmView
  2.   Left = 144
  3.   Top = 267
  4.   ActiveControl = butNext
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'View Wizard'
  8.   ClientHeight = 368
  9.   ClientWidth = 577
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object bevelLine: TBevel
  19.     Left = 8
  20.     Top = 320
  21.     Width = 561
  22.     Height = 9
  23.     Shape = bsBottomLine
  24.   end
  25.   object panelImage: TPanel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 169
  29.     Height = 297
  30.     BevelOuter = bvNone
  31.     BorderStyle = bsSingle
  32.     TabOrder = 0
  33.     object ImageView: TImage
  34.       Left = 0
  35.       Top = 0
  36.       Width = 165
  37.       Height = 293
  38.       Align = alClient
  39.       Center = True
  40.       Picture.Data = {<image000.bmp>}
  41.     end
  42.   end
  43.   object butBack: TButton
  44.     Left = 159
  45.     Top = 336
  46.     Width = 97
  47.     Height = 26
  48.     Caption = '< &Back'
  49.     Enabled = False
  50.     TabOrder = 1
  51.     OnClick = ButtonClick
  52.   end
  53.   object butNext: TButton
  54.     Left = 256
  55.     Top = 336
  56.     Width = 97
  57.     Height = 26
  58.     Caption = '&Next >'
  59.     Default = True
  60.     TabOrder = 2
  61.     OnClick = ButtonClick
  62.   end
  63.   object butFinish: TButton
  64.     Left = 353
  65.     Top = 336
  66.     Width = 97
  67.     Height = 26
  68.     Caption = '&Finish'
  69.     Default = True
  70.     Enabled = False
  71.     TabOrder = 3
  72.     OnClick = ButtonClick
  73.   end
  74.   object butCancel: TButton
  75.     Left = 464
  76.     Top = 336
  77.     Width = 97
  78.     Height = 26
  79.     Cancel = True
  80.     Caption = '&Cancel'
  81.     TabOrder = 4
  82.     OnClick = ButtonClick
  83.   end
  84.   object Panel1: TPanel
  85.     Left = 200
  86.     Top = 16
  87.     Width = 353
  88.     Height = 297
  89.     BevelOuter = bvNone
  90.     TabOrder = 5
  91.     object Label3: TLabel
  92.       Left = 7
  93.       Top = 23
  94.       Width = 337
  95.       Height = 66
  96.       AutoSize = False
  97.       Caption = 
  98.         'Welcome to the View Wizard. This wizard will step you through th' +
  99.         'e process of setting up a point of view to look at the bodies in' +
  100.         ' your system.'
  101.     end
  102.     object Label11: TLabel
  103.       Left = 7
  104.       Top = 95
  105.       Width = 337
  106.       Height = 66
  107.       AutoSize = False
  108.       Caption = 
  109.         'Use the '#39'&Next'#39' button to go to the next screen and the '#39'&Back'#39' ' +
  110.         'button to return to the previous screen.'
  111.     end
  112.     object Label1: TLabel
  113.       Left = 8
  114.       Top = 157
  115.       Width = 337
  116.       Height = 92
  117.       AutoSize = False
  118.       Caption = 
  119.         'At anytime, you may use the '#39'&Cancel'#39' button to cancel the wizar' +
  120.         'd and return to the previous view setting. When the View Wizard ' +
  121.         'has enough information to set up the point of view, you may chos' +
  122.         'e the '#39'&Finish'#39' button.'
  123.     end
  124.     object Label2: TLabel
  125.       Left = 7
  126.       Top = 252
  127.       Width = 337
  128.       Height = 37
  129.       AutoSize = False
  130.       Caption = 'To proceed, click the '#39'&Next'#39' button.'
  131.     end
  132.   end
  133.   object Panel2: TPanel
  134.     Left = 200
  135.     Top = 16
  136.     Width = 353
  137.     Height = 297
  138.     BevelOuter = bvNone
  139.     TabOrder = 6
  140.     object Label4: TLabel
  141.       Left = 8
  142.       Top = 21
  143.       Width = 337
  144.       Height = 84
  145.       AutoSize = False
  146.       Caption = 
  147.         'Solar System works in three space, therefore when setting up the' +
  148.         ' point of view, you must think in 3D. To begin with, please sele' +
  149.         'ct the type of view you would like to create.'
  150.     end
  151.     object RadioButton1: TRadioButton
  152.       Left = 20
  153.       Top = 97
  154.       Width = 313
  155.       Height = 50
  156.       Caption = 'I wish to look away from a point in space.'
  157.       Checked = True
  158.       TabOrder = 0
  159.       TabStop = True
  160.     end
  161.     object RadioButton2: TRadioButton
  162.       Left = 20
  163.       Top = 140
  164.       Width = 313
  165.       Height = 50
  166.       Caption = 'I wish to look away from a body in space.'
  167.       TabOrder = 1
  168.       OnClick = RadioButton2Click
  169.     end
  170.     object RadioButton3: TRadioButton
  171.       Left = 20
  172.       Top = 182
  173.       Width = 313
  174.       Height = 50
  175.       Caption = 'I wish to look towards a point in space.'
  176.       TabOrder = 2
  177.     end
  178.     object RadioButton4: TRadioButton
  179.       Left = 20
  180.       Top = 225
  181.       Width = 313
  182.       Height = 50
  183.       Caption = 'I wish to look towards a body in space.'
  184.       TabOrder = 3
  185.     end
  186.   end
  187.   object Panel3: TPanel
  188.     Left = 200
  189.     Top = 16
  190.     Width = 353
  191.     Height = 297
  192.     BevelOuter = bvNone
  193.     TabOrder = 7
  194.     object LblBodyAway: TLabel
  195.       Left = 8
  196.       Top = 29
  197.       Width = 337
  198.       Height = 61
  199.       AutoSize = False
  200.       Caption = 
  201.         'You have chosen to look away from one of the bodies in your syst' +
  202.         'em. Please select the body that you would like to look away from' +
  203.         '.'
  204.     end
  205.     object lblBodyTowards: TLabel
  206.       Left = 8
  207.       Top = 29
  208.       Width = 337
  209.       Height = 84
  210.       AutoSize = False
  211.       Caption = 
  212.         'You have chosen to look towards one of the bodies in your system' +
  213.         '. Please select the body that you would like to look towards.'
  214.     end
  215.     object ListBoxChoseBody: TListBox
  216.       Left = 42
  217.       Top = 115
  218.       Width = 268
  219.       Height = 160
  220.       ItemHeight = 16
  221.       Sorted = True
  222.       TabOrder = 0
  223.       OnClick = ListBoxChoseBodyClick
  224.     end
  225.   end
  226.   object Panel6: TPanel
  227.     Left = 200
  228.     Top = 16
  229.     Width = 353
  230.     Height = 297
  231.     BevelOuter = bvNone
  232.     TabOrder = 8
  233.     object Label6: TLabel
  234.       Left = 8
  235.       Top = 32
  236.       Width = 337
  237.       Height = 65
  238.       AutoSize = False
  239.       Caption = 
  240.         'That is all the information the the wizard needs. Please click '#39 +
  241.         '&Finish'#39' to implement your selection.'
  242.     end
  243.     object lblNote1: TLabel
  244.       Left = 81
  245.       Top = 112
  246.       Width = 255
  247.       Height = 100
  248.       AutoSize = False
  249.       Caption = 
  250.         'The scrollbars on the side of the viewport can be used to change' +
  251.         ' the angle of view.'
  252.     end
  253.     object Label8: TLabel
  254.       Left = 17
  255.       Top = 112
  256.       Width = 56
  257.       Height = 33
  258.       AutoSize = False
  259.       Caption = 'Note:'
  260.     end
  261.     object lblNote2: TLabel
  262.       Left = 81
  263.       Top = 112
  264.       Width = 255
  265.       Height = 153
  266.       AutoSize = False
  267.       Caption = 
  268.         'With this setup, the scrollbars on the side of the viewport can ' +
  269.         'not be used to adjust your point of view, since the computer is ' +
  270.         'doing it for you. The position of the scrollbars still reprisent' +
  271.         ' the direction of your point of view.'
  272.       Visible = False
  273.     end
  274.   end
  275.   object Panel4: TPanel
  276.     Left = 200
  277.     Top = 16
  278.     Width = 353
  279.     Height = 297
  280.     BevelOuter = bvNone
  281.     TabOrder = 9
  282.     object lblPointAway: TLabel
  283.       Left = 8
  284.       Top = 25
  285.       Width = 337
  286.       Height = 56
  287.       AutoSize = False
  288.       Caption = 
  289.         'You have chosen to look away from a point in space. Please input' +
  290.         ' the point that you would like to look away from.'
  291.     end
  292.     object lblPointTowards: TLabel
  293.       Left = 8
  294.       Top = 25
  295.       Width = 337
  296.       Height = 72
  297.       AutoSize = False
  298.       Caption = 
  299.         'You have chosen to look towards a point in space. Please input t' +
  300.         'he point that you would like to look towards.'
  301.     end
  302.     object PanelCartesian: TPanel
  303.       Left = 1
  304.       Top = 100
  305.       Width = 350
  306.       Height = 157
  307.       BevelOuter = bvNone
  308.       TabOrder = 0
  309.       object lblxpos: TLabel
  310.         Left = 13
  311.         Top = 16
  312.         Width = 84
  313.         Height = 33
  314.         AutoSize = False
  315.         Caption = '&X Position:'
  316.         FocusControl = Editxposition
  317.       end
  318.       object lblypos: TLabel
  319.         Left = 13
  320.         Top = 66
  321.         Width = 84
  322.         Height = 31
  323.         AutoSize = False
  324.         Caption = '&Y Position:'
  325.         FocusControl = Edityposition
  326.       end
  327.       object lblzpos: TLabel
  328.         Left = 13
  329.         Top = 119
  330.         Width = 84
  331.         Height = 34
  332.         AutoSize = False
  333.         Caption = '&Z Position:'
  334.         FocusControl = EditZPosition
  335.       end
  336.       object lblxPosUnit: TLabel
  337.         Left = 277
  338.         Top = 17
  339.         Width = 76
  340.         Height = 32
  341.         AutoSize = False
  342.         Caption = 'meter'
  343.       end
  344.       object lblYPosUnit: TLabel
  345.         Left = 277
  346.         Top = 66
  347.         Width = 76
  348.         Height = 31
  349.         AutoSize = False
  350.         Caption = 'meter'
  351.       end
  352.       object lblZPosUnit: TLabel
  353.         Left = 277
  354.         Top = 119
  355.         Width = 76
  356.         Height = 34
  357.         AutoSize = False
  358.         Caption = 'meter'
  359.       end
  360.       object Editxposition: TEdit
  361.         Left = 99
  362.         Top = 12
  363.         Width = 170
  364.         Height = 24
  365.         TabOrder = 0
  366.         Text = '0'
  367.       end
  368.       object Edityposition: TEdit
  369.         Left = 99
  370.         Top = 62
  371.         Width = 170
  372.         Height = 24
  373.         TabOrder = 1
  374.         Text = '0'
  375.       end
  376.       object EditZPosition: TEdit
  377.         Left = 99
  378.         Top = 115
  379.         Width = 170
  380.         Height = 24
  381.         TabOrder = 2
  382.         Text = '0'
  383.       end
  384.     end
  385.   end
  386.   object Panel5: TPanel
  387.     Left = 200
  388.     Top = 16
  389.     Width = 353
  390.     Height = 297
  391.     BevelOuter = bvNone
  392.     TabOrder = 10
  393.     object lbltowardsPoint: TLabel
  394.       Left = 8
  395.       Top = 10
  396.       Width = 337
  397.       Height = 50
  398.       AutoSize = False
  399.       Caption = 
  400.         'You have chosen to look towards a point in space. Please input t' +
  401.         'he distance away from the point that you would like the eye posi' +
  402.         'tioned.'
  403.     end
  404.     object ldlDistance: TLabel
  405.       Left = 16
  406.       Top = 92
  407.       Width = 89
  408.       Height = 37
  409.       AutoSize = False
  410.       Caption = '&Distance:'
  411.       FocusControl = EditDistance
  412.     end
  413.     object lblTowardsBody: TLabel
  414.       Left = 8
  415.       Top = 10
  416.       Width = 337
  417.       Height = 71
  418.       AutoSize = False
  419.       Caption = 
  420.         'You have chosen to look towards a body in space. Please input th' +
  421.         'e distance away from the object that you would like the eye posi' +
  422.         'tioned.'
  423.       Visible = False
  424.     end
  425.     object lbldistancebody1: TLabel
  426.       Left = 8
  427.       Top = 145
  428.       Width = 337
  429.       Height = 53
  430.       AutoSize = False
  431.       Caption = 
  432.         'To understand what distance represents, imagin a sphere of radiu' +
  433.         's equal to distance. At the center of the sphere is the body tha' +
  434.         't you are looking towards.'
  435.     end
  436.     object lbldistancebody2: TLabel
  437.       Left = 8
  438.       Top = 200
  439.       Width = 337
  440.       Height = 87
  441.       AutoSize = False
  442.       Caption = 
  443.         'Your eye is located on this sphere so that when you move the scr' +
  444.         'ollbars, your eye moves around the sphere. This way your eye is ' +
  445.         'always the same distance from the body and you can look at the b' +
  446.         'ody from many different positions.'
  447.     end
  448.     object lbldistancepoint1: TLabel
  449.       Left = 8
  450.       Top = 145
  451.       Width = 337
  452.       Height = 64
  453.       AutoSize = False
  454.       Caption = 
  455.         'To understand what distance represents, imagin a sphere of radiu' +
  456.         's equal to distance. At the center of the sphere is the point in' +
  457.         ' space that you are looking towards.'
  458.     end
  459.     object lbldistancePoint2: TLabel
  460.       Left = 8
  461.       Top = 200
  462.       Width = 337
  463.       Height = 97
  464.       AutoSize = False
  465.       Caption = 
  466.         'Your eye is located on this sphere so that when you move the scr' +
  467.         'ollbars, your eye moves around the sphere. This way your eye is ' +
  468.         'always the same distance from the point in space and you can loo' +
  469.         'k towards this point from many different positions.'
  470.     end
  471.     object lblDistanceUnit: TLabel
  472.       Left = 277
  473.       Top = 92
  474.       Width = 76
  475.       Height = 37
  476.       AutoSize = False
  477.       Caption = 'meter'
  478.     end
  479.     object EditDistance: TEdit
  480.       Left = 102
  481.       Top = 88
  482.       Width = 170
  483.       Height = 24
  484.       TabOrder = 0
  485.       Text = '1'
  486.     end
  487.   end
  488.   object Panel7: TPanel
  489.     Left = 200
  490.     Top = 16
  491.     Width = 353
  492.     Height = 297
  493.     BevelOuter = bvNone
  494.     TabOrder = 11
  495.     Visible = False
  496.     object lblawayPoint: TLabel
  497.       Left = 8
  498.       Top = 22
  499.       Width = 337
  500.       Height = 43
  501.       AutoSize = False
  502.       Caption = 
  503.         'You have chosen to look away from a point in space. Would you li' +
  504.         'ke to:'
  505.     end
  506.     object lblawaybody: TLabel
  507.       Left = 8
  508.       Top = 22
  509.       Width = 337
  510.       Height = 59
  511.       AutoSize = False
  512.       Caption = 
  513.         'You have chosen to look away from a body in space. Would you lik' +
  514.         'e to:'
  515.     end
  516.     object Label9: TLabel
  517.       Left = 150
  518.       Top = 117
  519.       Width = 35
  520.       Height = 28
  521.       Caption = 'Or'
  522.     end
  523.     object lblRadioPoint: TLabel
  524.       Left = 29
  525.       Top = 166
  526.       Width = 322
  527.       Height = 100
  528.       AutoSize = False
  529.       Caption = 
  530.         'that you are always looking towards a particular body. This way,' +
  531.         ' whenever the body moves, your direction of view is automaticall' +
  532.         'y updated.'
  533.     end
  534.     object lblRadioBody: TLabel
  535.       Left = 29
  536.       Top = 166
  537.       Width = 322
  538.       Height = 99
  539.       AutoSize = False
  540.       Caption = 
  541.         'that you are always looking towards a particular body. This way,' +
  542.         ' whenever the body you are looking at or the one that your point' +
  543.         ' of view is attached to moves, your direction of view is automat' +
  544.         'ically updated.'
  545.     end
  546.     object RadioButton5: TRadioButton
  547.       Left = 9
  548.       Top = 88
  549.       Width = 344
  550.       Height = 25
  551.       Caption = 'Use the scrollbars to change your direction of view.'
  552.       Checked = True
  553.       TabOrder = 0
  554.       TabStop = True
  555.     end
  556.     object RadioButton6: TRadioButton
  557.       Left = 10
  558.       Top = 144
  559.       Width = 334
  560.       Height = 23
  561.       Caption = 'Allow the computer to adjust your direction of view, so'
  562.       TabOrder = 1
  563.     end
  564.   end
  565.   object Panel8: TPanel
  566.     Left = 200
  567.     Top = 16
  568.     Width = 353
  569.     Height = 297
  570.     BevelOuter = bvNone
  571.     Caption = 'Panel8'
  572.     TabOrder = 12
  573.     Visible = False
  574.     object lbl2body: TLabel
  575.       Left = 8
  576.       Top = 26
  577.       Width = 337
  578.       Height = 61
  579.       AutoSize = False
  580.       Caption = 
  581.         'You have chosen to look away from one body and towards another b' +
  582.         'ody in your system. Please select the body that you would like t' +
  583.         'o look towards.'
  584.     end
  585.     object lblpointBody: TLabel
  586.       Left = 8
  587.       Top = 26
  588.       Width = 337
  589.       Height = 79
  590.       AutoSize = False
  591.       Caption = 
  592.         'You have chosen to look away from a point in space and towards o' +
  593.         'ne of the bodies in your system. Please select the body that you' +
  594.         ' would like to look towards.'
  595.     end
  596.     object ListBoxTowardsbody: TListBox
  597.       Left = 42
  598.       Top = 106
  599.       Width = 268
  600.       Height = 160
  601.       ItemHeight = 16
  602.       Sorted = True
  603.       TabOrder = 0
  604.       OnClick = ListBoxTowardsbodyClick
  605.     end
  606.   end
  607.   object ImageList: TImageList
  608.     BkColor = clSilver
  609.     AllocBy = 1
  610.     Height = 230
  611.     Width = 120
  612.     Left = 75
  613.     Top = 328
  614.   end
  615. end
  616.